agilulf_fs 0.1.0

Async file IO abstract layer (with Linux AIO)
Documentation

An abstract layer for async write file.

Tokio doesn't support latest async/await syntax in rust which is unbearable for this project (as this project is an experiment for writing projects with async/await syntax in rust). So I have to write an asynchronous file I/O library.

The implementation of it is AIO so it supports Linux only.